Calculate Time Difference
Command Prototype
iRet = Time.DateDiff(sUnit,dTime1,dTime2)
Command Description
Compare two times to get the time difference in the specified unit
Parameter Description
- Required Parameter
- sUnit--The time unit to change
- dTime1--The time to compare
- dTime2--The time to compare
- return
- iRet--The variable used to save the output of the function call